ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FlexMap<T> Class / Layers Property

In This Topic
    Layers Property
    In This Topic
    Sets the collection of map layers.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Layers As IList(Of MapLayerBase(Of T))
    public IList<MapLayerBase<T>> Layers {get;}
    See Also